FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.on.ehr.r4#0.9.3 (438 ms)

Package ca.on.ehr.r4
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.on.ehr.r4@0.9.3&canonical=http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-MedicationRequest
Url http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-MedicationRequest
Status draft
Name MedicationRequest
Title MedicationRequest
Experimental False
Description An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called MedicationRequest rather than MedicationPrescription or MedicationOrder to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns.
Type MedicationRequest
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr Codeable Concept (OH-EHR)
http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-Medication Medication
http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-Patient Patient
http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-Practitioner Practitioner
http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-PractitionerRole PractitionerRole
http://prescribeit.ca/fhir/StructureDefinition/ext-rendered-dosage-instruction Rendered Dosage Instruction
http://ehealthontario.ca/fhir/ValueSet/dhdr-medication-repeat-pattern Medication Repeat Pattern
https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondosequantityunit PrescriptionDoseQuantityUnit


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "MedicationRequest",
  "url" : "http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-MedicationRequest",
  "name" : "MedicationRequest",
  "title" : "MedicationRequest",
  "status" : "draft",
  "description" : "An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called MedicationRequest rather than MedicationPrescription or MedicationOrder to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "MedicationRequest",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/MedicationRequest",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "MedicationRequest.extension",
        "path" : "MedicationRequest.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        }
      },
      {
        "id" : "MedicationRequest.extension:RenderedDosageInstruction",
        "path" : "MedicationRequest.extension",
        "sliceName" : "RenderedDosageInstruction",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://prescribeit.ca/fhir/StructureDefinition/ext-rendered-dosage-instruction"
            ]
          }
        ]
      },
      {
        "id" : "MedicationRequest.identifier",
        "path" : "MedicationRequest.identifier",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.identifier.system",
        "path" : "MedicationRequest.identifier.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.identifier.value",
        "path" : "MedicationRequest.identifier.value",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.status",
        "path" : "MedicationRequest.status",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.intent",
        "path" : "MedicationRequest.intent",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.medication[x]",
        "path" : "MedicationRequest.medication[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        },
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.medication[x]:medicationReference",
        "path" : "MedicationRequest.medication[x]",
        "sliceName" : "medicationReference",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-Medication"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.medication[x]:medicationCodeableConcept",
        "path" : "MedicationRequest.medication[x]",
        "sliceName" : "medicationCodeableConcept",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "CodeableConcept",
            "profile" : [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.subject",
        "path" : "MedicationRequest.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-Patient"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.subject.reference",
        "path" : "MedicationRequest.subject.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.authoredOn",
        "path" : "MedicationRequest.authoredOn",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.requester",
        "path" : "MedicationRequest.requester",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-Practitioner",
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/ca-on-profile-PractitionerRole"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.requester.reference",
        "path" : "MedicationRequest.requester.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.reasonCode",
        "path" : "MedicationRequest.reasonCode",
        "type" : [
          {
            "code" : "CodeableConcept",
            "profile" : [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
            ]
          }
        ],
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/prescriptionindicationforuse"
        }
      },
      {
        "id" : "MedicationRequest.reasonCode.coding.system",
        "path" : "MedicationRequest.reasonCode.coding.system",
        "min" : 1
      },
      {
        "id" : "MedicationRequest.dosageInstruction",
        "path" : "MedicationRequest.dosageInstruction",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.sequence",
        "path" : "MedicationRequest.dosageInstruction.sequence",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.text",
        "path" : "MedicationRequest.dosageInstruction.text",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.additionalInstruction",
        "path" : "MedicationRequest.dosageInstruction.additionalInstruction",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.additionalInstruction.text",
        "path" : "MedicationRequest.dosageInstruction.additionalInstruction.text",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.timing",
        "path" : "MedicationRequest.dosageInstruction.timing",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.timing.repeat",
        "path" : "MedicationRequest.dosageInstruction.timing.repeat",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.timing.repeat.duration",
        "path" : "MedicationRequest.dosageInstruction.timing.repeat.duration",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.timing.repeat.durationUnit",
        "path" : "MedicationRequest.dosageInstruction.timing.repeat.durationUnit",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.timing.code",
        "path" : "MedicationRequest.dosageInstruction.timing.code",
        "type" : [
          {
            "code" : "CodeableConcept",
            "profile" : [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
            ]
          }
        ],
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "http://ehealthontario.ca/fhir/ValueSet/dhdr-medication-repeat-pattern"
        }
      },
      {
        "id" : "MedicationRequest.dosageInstruction.timing.code.coding",
        "path" : "MedicationRequest.dosageInstruction.timing.code.coding",
        "max" : "1"
      },
      {
        "id" : "MedicationRequest.dosageInstruction.timing.code.coding.system",
        "path" : "MedicationRequest.dosageInstruction.timing.code.coding.system",
        "min" : 1
      },
      {
        "id" : "MedicationRequest.dosageInstruction.asNeeded[x]",
        "path" : "MedicationRequest.dosageInstruction.asNeeded[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        },
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.asNeeded[x]:asNeededBoolean",
        "path" : "MedicationRequest.dosageInstruction.asNeeded[x]",
        "sliceName" : "asNeededBoolean",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "boolean"
          }
        ]
      },
      {
        "id" : "MedicationRequest.dosageInstruction.asNeeded[x]:asNeededCodeableConcept",
        "path" : "MedicationRequest.dosageInstruction.asNeeded[x]",
        "sliceName" : "asNeededCodeableConcept",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "CodeableConcept",
            "profile" : [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
            ]
          }
        ]
      },
      {
        "id" : "MedicationRequest.dosageInstruction.route",
        "path" : "MedicationRequest.dosageInstruction.route",
        "type" : [
          {
            "code" : "CodeableConcept",
            "profile" : [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.route.coding",
        "path" : "MedicationRequest.dosageInstruction.route.coding",
        "max" : "1",
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/routeofadministration"
        }
      },
      {
        "id" : "MedicationRequest.dosageInstruction.route.coding.system",
        "path" : "MedicationRequest.dosageInstruction.route.coding.system",
        "min" : 1
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        },
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]",
        "sliceName" : "doseRange",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Range"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.low",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x].low",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondosequantityunit"
        }
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.low.value",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x].low.value",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.low.unit",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x].low.unit",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.low.system",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x].low.system",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.low.code",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x].low.code",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.high",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x].high",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondosequantityunit"
        }
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.high.value",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x].high.value",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.high.unit",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x].high.unit",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.high.system",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x].high.system",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.high.code",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x].high.code",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]",
        "sliceName" : "doseQuantity",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Quantity",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
            ]
          }
        ],
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondosequantityunit"
        }
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity.value",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x].value",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity.unit",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x].unit",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity.system",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x].system",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity.code",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.dose[x].code",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        },
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]",
        "sliceName" : "rateRange",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Range"
          }
        ]
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.low",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x].low",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondosequantityunit"
        }
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.low.value",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x].low.value",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.low.unit",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x].low.unit",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.low.system",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x].low.system",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.low.code",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x].low.code",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.high",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x].high",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondosequantityunit"
        }
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.high.value",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x].high.value",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.high.unit",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x].high.unit",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.high.system",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x].high.system",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.high.code",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x].high.code",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateQuantity",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]",
        "sliceName" : "rateQuantity",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Quantity",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateQuantity.value",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x].value",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateQuantity.unit",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x].unit",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateQuantity.system",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x].system",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateQuantity.code",
        "path" : "MedicationRequest.dosageInstruction.doseAndRate.rate[x].code",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/prescriptiondosequantityunit"
        }
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.